Click or drag to resize

PreviewItem Class

Represents Mailbox search preview item.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangePreviewItem

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class PreviewItem

The PreviewItem type exposes the following members.

Constructors
  NameDescription
Public methodPreviewItem
Initializes a new instance of the PreviewItem class.
Top
Properties
  NameDescription
Public propertyBccRecipients
Gets the BCC recipients.
Public propertyCcRecipients
Gets the cc recipients.
Public propertyCreatedTime
Represents the date and time that a given item in the mailbox was created.
Public propertyExtendedProperties
Gets a list of extended properties that are defined on this item.
Public propertyHasAttachment
Represents a property that is set to true if an item has attachments at least one visible attachment.
Public propertyImportance
Contains the importance of an item.
Public propertyIsRead
Gets a value indicating whether this instance is read.
Public propertyItemClass
Represents the message class of an item.
Public propertyItemId
Contains the unique identifier and change key of an item in the Exchange store.
Public propertyMailbox
Gets the mailbox.
Public propertyOwaLink
Gets the owa link.
Public propertyParentItemId
Represents the identifier of the parent item.
Public propertyPreview
Gets the preview.
Public propertyReceivedTime
Gets the received time.
Public propertySender
Gets the sender.
Public propertySentTime
Gets the sent time.
Public propertySize
Represents the size in bytes of an item.
Public propertySortValue
Gets the sort value.
Public propertySubject
Represents the subject for Exchange store items and response objects.
Public propertyToRecipients
Gets to recipients.
Public propertyUniqueHash
Gets the unique hash.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current PreviewItem object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also